home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************
- * comment *
- * documenting use of the base/index files specified here *
- ***************************************************************
- lsparm type=begin
- * either an asterisk (*)
- ; or a semicolon (;) is a valid comment delimiter
- * comments may occupy an entire line
- lsparm type=entry, - ; or the final part of a line
- * comments need not begin in any particular position
- basename=sample.dat, -
- * and they may separate 'continued' lines
- ; drive=c:, - * this is a comment
- ; path=\c\demo\, - ; this is also a comment
- maxlrecl=143 - ; use comments to document
- reclaim=yes, -
- recfm=fixed, -
- index=(ixname=sample.i00, -
- keys=(2,15,18,11,30,1),uniquekey=yes,upgrade=yes)
- ; if using more than one index, simply continue above line as:
- ; keys=(2,15,18,11,30,1),uniquekey=yes,upgrade=yes, -
- ; ixname=sample.i01,ixdrive=c:,ixpath=\c\demo\, -
- ; keys=(2,15,18,11,30,1),upgrade=yes,uniquekey=yes)
- ; and terminate with close parenthesis after last index entry as above
- lsparm type=end